Skip to content

Conversation

Mantisus
Copy link
Collaborator

Description

  • Add support for specifying RQ dst for add_requests and enqueue_links methods

Issues

@Mantisus Mantisus self-assigned this Sep 16, 2025
Copy link
Collaborator

@vdusek vdusek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also include rq_id?

My thinking was that this should apply only to the context-level helpers, not the crawler-level ones. At the crawler level, they should always use the crawler's configured request manager.

@Mantisus
Copy link
Collaborator Author

Should we also include rq_id?

Yes, I think we should, for consistency of supported parameters. Added rq_id

My thinking was that this should apply only to the context-level helpers, not the crawler-level ones.

Yes, this PR adds support for new parameters, specifically in helpers.

@Mantisus Mantisus requested a review from vdusek September 20, 2025 16:46
Copy link
Collaborator

@vdusek vdusek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few details, my comments apply to their other occurrences as well.

Mantisus and others added 4 commits September 21, 2025 19:43
Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>
Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>
@Mantisus Mantisus requested a review from vdusek September 21, 2025 20:39
Copy link
Collaborator

@vdusek vdusek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vdusek vdusek changed the title feat: Add rq_name and rq_alias params for add_requests and enqueue_links methods feat: Add RQ id, name, alias args to add_requests and enqueue_links methods Sep 22, 2025
@vdusek vdusek merged commit 1cae2bc into apify:master Sep 22, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for specifying RQ dst for add_requests and enqueue_links methods

3 participants